Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


Endpoint Descriptor Structure

The USB device endpoint descriptor is of this form:

struct USBEndPointDescriptor {
    UInt8 length;
    UInt8 descriptorType;
    UInt8 endpointAddress;
    UInt8 attributes;
    UInt16 maxPacketSize;
    UInt8 interval;
};

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames